home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / Scrawl / scrawl.vcproj < prev   
Encoding:
Extensible Markup Language  |  2004-09-27  |  7.3 KB  |  257 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="scrawl"
  6.     ProjectGUID="{9055BFCB-18A2-4698-AC0C-3E1EA490575C}"
  7.     SccProjectName=""
  8.     SccLocalPath="">
  9.     <Platforms>
  10.         <Platform
  11.             Name="Win32"/>
  12.     </Platforms>
  13.     <Configurations>
  14.         <Configuration
  15.             Name="Debug Unicode|Win32"
  16.             OutputDirectory=".\Win32_Debug_Unicode"
  17.             IntermediateDirectory=".\Win32_Debug_Unicode"
  18.             ConfigurationType="1"
  19.             UseOfMFC="0"
  20.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21.             CharacterSet="1">
  22.             <Tool
  23.                 Name="VCCLCompilerTool"
  24.                 Optimization="0"
  25.                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,UNICODE"
  26.                 RuntimeLibrary="5"
  27.                 UsePrecompiledHeader="2"
  28.                 PrecompiledHeaderFile=".\Win32_Debug_Unicode/scrawl.pch"
  29.                 AssemblerListingLocation=".\Win32_Debug_Unicode/"
  30.                 ObjectFile=".\Win32_Debug_Unicode/"
  31.                 ProgramDataBaseFileName=".\Win32_Debug_Unicode/"
  32.                 WarningLevel="3"
  33.                 SuppressStartupBanner="TRUE"
  34.                 DebugInformationFormat="3"/>
  35.             <Tool
  36.                 Name="VCCustomBuildTool"/>
  37.             <Tool
  38.                 Name="VCLinkerTool"
  39.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  40.                 AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib comctl32.lib odbc32.lib odbccp32.lib"
  41.                 OutputFile=".\Win32_Debug_Unicode/scrawl.exe"
  42.                 LinkIncremental="2"
  43.                 SuppressStartupBanner="TRUE"
  44.                 GenerateDebugInformation="TRUE"
  45.                 ProgramDatabaseFile=".\Win32_Debug_Unicode/scrawl.pdb"
  46.                 SubSystem="2"/>
  47.             <Tool
  48.                 Name="VCMIDLTool"
  49.                 PreprocessorDefinitions="_DEBUG"
  50.                 MkTypLibCompatible="TRUE"
  51.                 SuppressStartupBanner="TRUE"
  52.                 TargetEnvironment="1"
  53.                 TypeLibraryName=".\Win32_Debug_Unicode/scrawl.tlb"/>
  54.             <Tool
  55.                 Name="VCPostBuildEventTool"/>
  56.             <Tool
  57.                 Name="VCPreBuildEventTool"/>
  58.             <Tool
  59.                 Name="VCPreLinkEventTool"/>
  60.             <Tool
  61.                 Name="VCResourceCompilerTool"
  62.                 PreprocessorDefinitions="_DEBUG"
  63.                 Culture="1033"/>
  64.             <Tool
  65.                 Name="VCWebServiceProxyGeneratorTool"/>
  66.             <Tool
  67.                 Name="VCWebDeploymentTool"/>
  68.         </Configuration>
  69.         <Configuration
  70.             Name="Release|Win32"
  71.             OutputDirectory=".\Release"
  72.             IntermediateDirectory=".\Release"
  73.             ConfigurationType="1"
  74.             UseOfMFC="0"
  75.             ATLMinimizesCRunTimeLibraryUsage="FALSE">
  76.             <Tool
  77.                 Name="VCCLCompilerTool"
  78.                 InlineFunctionExpansion="1"
  79.                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  80.                 StringPooling="TRUE"
  81.                 RuntimeLibrary="4"
  82.                 EnableFunctionLevelLinking="TRUE"
  83.                 UsePrecompiledHeader="2"
  84.                 PrecompiledHeaderFile=".\Release/scrawl.pch"
  85.                 AssemblerListingLocation=".\Release/"
  86.                 ObjectFile=".\Release/"
  87.                 ProgramDataBaseFileName=".\Release/"
  88.                 WarningLevel="3"
  89.                 SuppressStartupBanner="TRUE"/>
  90.             <Tool
  91.                 Name="VCCustomBuildTool"/>
  92.             <Tool
  93.                 Name="VCLinkerTool"
  94.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  95.                 AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib comctl32.lib"
  96.                 OutputFile=".\Release/scrawl.exe"
  97.                 LinkIncremental="1"
  98.                 SuppressStartupBanner="TRUE"
  99.                 ProgramDatabaseFile=".\Release/scrawl.pdb"
  100.                 SubSystem="2"/>
  101.             <Tool
  102.                 Name="VCMIDLTool"
  103.                 PreprocessorDefinitions="NDEBUG"
  104.                 MkTypLibCompatible="TRUE"
  105.                 SuppressStartupBanner="TRUE"
  106.                 TargetEnvironment="1"
  107.                 TypeLibraryName=".\Release/scrawl.tlb"/>
  108.             <Tool
  109.                 Name="VCPostBuildEventTool"/>
  110.             <Tool
  111.                 Name="VCPreBuildEventTool"/>
  112.             <Tool
  113.                 Name="VCPreLinkEventTool"/>
  114.             <Tool
  115.                 Name="VCResourceCompilerTool"
  116.                 PreprocessorDefinitions="NDEBUG"
  117.                 Culture="1033"/>
  118.             <Tool
  119.                 Name="VCWebServiceProxyGeneratorTool"/>
  120.             <Tool
  121.                 Name="VCWebDeploymentTool"/>
  122.         </Configuration>
  123.         <Configuration
  124.             Name="Debug|Win32"
  125.             OutputDirectory=".\Debug"
  126.             IntermediateDirectory=".\Debug"
  127.             ConfigurationType="1"
  128.             UseOfMFC="0"
  129.             ATLMinimizesCRunTimeLibraryUsage="FALSE">
  130.             <Tool
  131.                 Name="VCCLCompilerTool"
  132.                 Optimization="0"
  133.                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  134.                 RuntimeLibrary="5"
  135.                 UsePrecompiledHeader="2"
  136.                 PrecompiledHeaderFile=".\Debug/scrawl.pch"
  137.                 AssemblerListingLocation=".\Debug/"
  138.                 ObjectFile=".\Debug/"
  139.                 ProgramDataBaseFileName=".\Debug/"
  140.                 WarningLevel="3"
  141.                 SuppressStartupBanner="TRUE"
  142.                 DebugInformationFormat="3"/>
  143.             <Tool
  144.                 Name="VCCustomBuildTool"/>
  145.             <Tool
  146.                 Name="VCLinkerTool"
  147.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  148.                 AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib comctl32.lib"
  149.                 OutputFile=".\Debug/scrawl.exe"
  150.                 LinkIncremental="2"
  151.                 SuppressStartupBanner="TRUE"
  152.                 GenerateDebugInformation="TRUE"
  153.                 ProgramDatabaseFile=".\Debug/scrawl.pdb"
  154.                 SubSystem="2"/>
  155.             <Tool
  156.                 Name="VCMIDLTool"
  157.                 PreprocessorDefinitions="_DEBUG"
  158.                 MkTypLibCompatible="TRUE"
  159.                 SuppressStartupBanner="TRUE"
  160.                 TargetEnvironment="1"
  161.                 TypeLibraryName=".\Debug/scrawl.tlb"/>
  162.             <Tool
  163.                 Name="VCPostBuildEventTool"/>
  164.             <Tool
  165.                 Name="VCPreBuildEventTool"/>
  166.             <Tool
  167.                 Name="VCPreLinkEventTool"/>
  168.             <Tool
  169.                 Name="VCResourceCompilerTool"
  170.                 PreprocessorDefinitions="_DEBUG"
  171.                 Culture="1033"/>
  172.             <Tool
  173.                 Name="VCWebServiceProxyGeneratorTool"/>
  174.             <Tool
  175.                 Name="VCWebDeploymentTool"/>
  176.         </Configuration>
  177.         <Configuration
  178.             Name="Release Unicode|Win32"
  179.             OutputDirectory=".\Win32_Release_Unicode"
  180.             IntermediateDirectory=".\Win32_Release_Unicode"
  181.             ConfigurationType="1"
  182.             UseOfMFC="0"
  183.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  184.             CharacterSet="1">
  185.             <Tool
  186.                 Name="VCCLCompilerTool"
  187.                 InlineFunctionExpansion="1"
  188.                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,UNICODE"
  189.                 StringPooling="TRUE"
  190.                 RuntimeLibrary="4"
  191.                 EnableFunctionLevelLinking="TRUE"
  192.                 UsePrecompiledHeader="2"
  193.                 PrecompiledHeaderFile=".\Win32_Release_Unicode/scrawl.pch"
  194.                 AssemblerListingLocation=".\Win32_Release_Unicode/"
  195.                 ObjectFile=".\Win32_Release_Unicode/"
  196.                 ProgramDataBaseFileName=".\Win32_Release_Unicode/"
  197.                 WarningLevel="3"
  198.                 SuppressStartupBanner="TRUE"/>
  199.             <Tool
  200.                 Name="VCCustomBuildTool"/>
  201.             <Tool
  202.                 Name="VCLinkerTool"
  203.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  204.                 AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib comctl32.lib"
  205.                 OutputFile=".\Win32_Release_Unicode/scrawl.exe"
  206.                 LinkIncremental="1"
  207.                 SuppressStartupBanner="TRUE"
  208.                 ProgramDatabaseFile=".\Win32_Release_Unicode/scrawl.pdb"
  209.                 SubSystem="2"/>
  210.             <Tool
  211.                 Name="VCMIDLTool"
  212.                 PreprocessorDefinitions="NDEBUG"
  213.                 MkTypLibCompatible="TRUE"
  214.                 SuppressStartupBanner="TRUE"
  215.                 TargetEnvironment="1"
  216.                 TypeLibraryName=".\Win32_Release_Unicode/scrawl.tlb"/>
  217.             <Tool
  218.                 Name="VCPostBuildEventTool"/>
  219.             <Tool
  220.                 Name="VCPreBuildEventTool"/>
  221.             <Tool
  222.                 Name="VCPreLinkEventTool"/>
  223.             <Tool
  224.                 Name="VCResourceCompilerTool"
  225.                 PreprocessorDefinitions="NDEBUG"
  226.                 Culture="1033"/>
  227.             <Tool
  228.                 Name="VCWebServiceProxyGeneratorTool"/>
  229.             <Tool
  230.                 Name="VCWebDeploymentTool"/>
  231.         </Configuration>
  232.     </Configurations>
  233.     <Files>
  234.         <Filter
  235.             Name="Resource Files"
  236.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
  237.             <File
  238.                 RelativePath="..\..\common\directx.ico">
  239.             </File>
  240.             <File
  241.                 RelativePath=".\resource.h">
  242.             </File>
  243.             <File
  244.                 RelativePath=".\scrawl.rc">
  245.             </File>
  246.         </Filter>
  247.         <File
  248.             RelativePath=".\readme.txt">
  249.         </File>
  250.         <File
  251.             RelativePath=".\scrawl.cpp">
  252.         </File>
  253.     </Files>
  254.     <Globals>
  255.     </Globals>
  256. </VisualStudioProject>
  257.